Fix behavior of gnus-summary-very-wide-reply with prefix arg
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 10 Feb 2024 18:33:51 +0000 (10:33 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 10 Feb 2024 18:33:51 +0000 (10:33 -0800)
commit7a0ee5d65f214102734dd22edb641b164a1b73af
treedabdc3aa970229dcef33d13c141dff195dd9ad2d
parent3e5aba883770312536ca7a8f289bf679e55802f5
Fix behavior of gnus-summary-very-wide-reply with prefix arg

* lisp/gnus/gnus-msg.el (gnus-summary-very-wide-reply): If a prefix
argument has been given, the value of YANK will be a list containing the
current article number.  This should not be used to retrieve a number of
work articles; that should be derived from the value of the
current-prefix-arg (or marked articles).
* doc/misc/gnus.texi: The interplay of prefix arg and marked articles is
complex; attempt to clarify.
doc/misc/gnus.texi
lisp/gnus/gnus-msg.el